home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk8 / smalllib / poster next >
Text File  |  1995-03-18  |  2KB  |  44 lines

  1. Article 29 of comp.binaries.amiga:
  2. Path: mcdsun!noao!hao!boulder!sunybcs!rutgers!ucla-cs!zen!ucbvax!s.cc.purdue.edu!bryce%cogsci.berkeley.edu
  3. From: bryce%cogsci.berkeley.edu@berkeley.edu (Bryce Nesbitt)
  4. Newsgroups: comp.binaries.amiga
  5. Subject: Small.lib
  6. Message-ID: <380@s.cc.purdue.edu>
  7. Date: 1 Jul 87 12:22:32 GMT
  8. Sender: doc@s.cc.purdue.edu
  9. Reply-To: doc@s.cc.purdue.edu (Craig Norborg)
  10. Distribution: world
  11. Organization: Purdue University Computing Center
  12. Lines: 283
  13. Approved: doc@s.cc.purdue.edu
  14.  
  15.  
  16.     This is for all you who program the Amiga in 68000 assembly (Both of
  17. you... :-).  It works just like Amiga.lib except it's only 11K instead of
  18. over 88K.  What's missing??  All those mangy C language stubs you don't
  19. need anyway.
  20.  
  21.     All 482 V1.2 library negative offsets are represented as is the only
  22. absolute address in the entire Amiga, _AbsExecBase.  The file was created
  23. from the V1.2 fd.files (gamma1) and has been 100% crossed checked with the
  24. latest Amiga.lib.  You probably already guessed that it passed the test.
  25.  
  26.     Blink V6.5 has a bug that will manifest itself with this file.  To
  27. avoid it this use this syntax:
  28.  
  29.     blink {file}.o small.lib NODEBUG to {file}
  30.  
  31.     And not the otherwise proper:
  32.  
  33.     blink {file}.o lib small.lib NODEBUG to {file}
  34.  
  35.     Alink works either way.  The bug has been reported to John Toebes.    I
  36. think Blink can't deal with a library file that does not have a code
  37. segment...
  38.  
  39. |\ /|  . Ack! (NAK, EOT, SOH)
  40. {O o} . 
  41. ( " )     Bryce Nesbitt, bryce@cogsci.berkeley.EDU -or- ucbvax!cogsci!bryce
  42.   U
  43.  
  44.